home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / prgtools / prtsut53.zip / SU1SRC.ZIP / FDEMO16.DFM / FDEMO16.txt
Text File  |  1996-12-09  |  3KB  |  108 lines

  1. object Form16: TForm16
  2.   Left = 458
  3.   Top = 248
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 180
  8.   ClientWidth = 182
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object OKBtn: TBitBtn
  17.     Left = 8
  18.     Top = 134
  19.     Width = 169
  20.     Height = 33
  21.     Caption = 'Exit'
  22.     TabOrder = 0
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object InchesGrid: TBitBtn
  29.     Left = 8
  30.     Top = 22
  31.     Width = 169
  32.     Height = 33
  33.     Caption = 'View Inches Grid'
  34.     TabOrder = 1
  35.     OnClick = InchesGridClick
  36.     Margin = 2
  37.     NumGlyphs = 2
  38.     Spacing = -1
  39.     IsControl = True
  40.   end
  41.   object CentiGrid: TBitBtn
  42.     Left = 8
  43.     Top = 70
  44.     Width = 169
  45.     Height = 33
  46.     Caption = 'View Centimetre Grid'
  47.     TabOrder = 2
  48.     OnClick = CentiGridClick
  49.     Margin = 2
  50.     NumGlyphs = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object PrintWin1: TPrintWin
  55.     About = 'Version 5.32'
  56.     AboutRegistered = 'TOM SNIDER'
  57.     HeaderFont.Color = clWindowText
  58.     HeaderFont.Height = 16
  59.     HeaderFont.Name = 'Arial'
  60.     HeaderFont.Style = []
  61.     Font.Color = clWindowText
  62.     Font.Height = 16
  63.     Font.Name = 'Arial'
  64.     Font.Style = []
  65.     FooterFont.Color = clWindowText
  66.     FooterFont.Height = 12
  67.     FooterFont.Name = 'Arial'
  68.     FooterFont.Style = []
  69.     FrameObjects = True
  70.     clBtnFaceAsWhite = True
  71.     OutputTo = poViewer
  72.     Orientation = Default
  73.     Units = poInches
  74.     ViewButtonVisible = False
  75.     ShowCancelDialog = True
  76.     LineWidth = 0
  77.     Copies = 1
  78.     GridBackDrop = False
  79.     GridBackDropUnits = poInches
  80.     ZoomPercentage = 25.000000000000000000
  81.     HeaderTop = 0.500000000000000000
  82.     HeaderLeft = 0.500000000000000000
  83.     HeaderStringLeft = '                                  '
  84.     HeaderStringCenter = '                                  '
  85.     HeaderStringRight = '                                  '
  86.     HeaderEnabled = True
  87.     HeaderOutlined = False
  88.     HeaderFilled = False
  89.     TextColor = clBlack
  90.     ViewBkColor = 11234567
  91.     ViewHeading = 'Printit Viewer'
  92.     HeadingColor = clSilver
  93.     FrameStyle = frThin
  94.     FooterTop = 25.130000000000000000
  95.     FooterString = '                                                  '
  96.     FooterEnabled = True
  97.     FooterOutlined = False
  98.     FooterFilled = False
  99.     FixSansSerif = True
  100.     FooterStringLeft = 'Printed on @Date at @Time'
  101.     FooterStringRight = 'Page @Page'
  102.     BorderLeft = 0.500000000000000000
  103.     BorderRight = 0.500000000000000000
  104.     LineSpacing = 2.800000000000000000
  105.     Left = 96
  106.   end
  107. end
  108.